org.eclipse.vtp.desktop.projects.core.export
Interface ExporterExtension

All Known Implementing Classes:
ConfigureDatabasesPage, ExportWebappPage, SelectApplicationsPage

public interface ExporterExtension

ExporterExtension.

Author:
Lonnie Pryor

Method Summary
 void createServiceConfigurations(java.lang.String projectName, org.w3c.dom.Element servicesElement)
          Create and configure any service elements for the runtime.
 void savePrefrences()
          Saves the preferences for this extension.
 

Method Detail

savePrefrences

void savePrefrences()
Saves the preferences for this extension.


createServiceConfigurations

void createServiceConfigurations(java.lang.String projectName,
                                 org.w3c.dom.Element servicesElement)
Create and configure any service elements for the runtime.

Parameters:
projectName - The name of the project to create the configurations for.
servicesElement - The container of the service elements.